const runtime._Pgcstop
11 uses
runtime (current package)
proc.go#L1557: gp.m.p.ptr().status = _Pgcstop // Pgcstop is only diagnostic.
proc.go#L1564: if s == _Psyscall && atomic.Cas(&pp.status, s, _Pgcstop) {
proc.go#L1584: pp.status = _Pgcstop
proc.go#L1621: if pp.status != _Pgcstop {
proc.go#L3037: pp.status = _Pgcstop
proc.go#L3190: pp.status = _Pgcstop
proc.go#L4504: if sched.stopwait > 0 && atomic.Cas(&pp.status, _Psyscall, _Pgcstop) {
proc.go#L5568: pp.status = _Pgcstop
runtime2.go#L150: _Pgcstop
tracestatus.go#L80: case _Pidle, _Pgcstop:
tracestatus.go#L82: if pp.status == _Pgcstop && inSTW {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |